From 919d2a535ef6546440d96031af8a5927a8253259 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Apr 2007 09:31:29 +0000 Subject: [PATCH] (fill-paragraph): Doc fix. --- lisp/textmodes/fill.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 7b4f73c2d1f..85b16931ec8 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -748,7 +748,9 @@ space does not end a sentence, so don't break a line there." (fill-paragraph arg))) (defun fill-paragraph (arg) - "Fill paragraph at or after point. Prefix ARG means justify as well. + "Fill paragraph at or after point. + +If ARG is non-nil (interactively, with prefix argument), justify as well. If `sentence-end-double-space' is non-nil, then period followed by one space does not end a sentence, so don't break a line there. the variable `fill-column' controls the width for filling. -- 2.30.2